projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd4c800
)
build: Warn about ignored qualifiers
author
Benjamin Otte
<otte@redhat.com>
Mon, 23 Oct 2017 14:28:38 +0000
(16:28 +0200)
committer
Benjamin Otte
<otte@redhat.com>
Mon, 23 Oct 2017 14:30:57 +0000
(16:30 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=789351
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index b732bd217f5454193682fa6a034f304acdf95b82..00846857a02090958ad7383ecb9ada4d4eac35e3 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-236,6
+236,7
@@
elif cc.get_id() == 'gcc' or cc.get_id() == 'clang'
'-Wlogical-op',
'-Wswitch-default',
'-Wswitch-enum',
+ '-Wignored-qualifiers',
'-Werror=redundant-decls',
'-Werror=implicit',
'-Werror=nonnull',